-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/val 1404 eip 7251 head watcher alerts for new el requests #58
base: develop
Are you sure you want to change the base?
Feature/val 1404 eip 7251 head watcher alerts for new el requests #58
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the very high-quality PR. Excellent work! I haven't found anything critical. All comments are mostly suggestions/improvements.
description = (f"EL withdrawals request source_address='{withdrawal.source_address}', " | ||
f"validator_pubkey={withdrawal.validator_pubkey}, " | ||
f"amount='{withdrawal.amount}'\n" | ||
f"Slot: {beaconchain(slot)}") | ||
self.send_alert(watcher, alert.build_body(summary, description)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same thoughts as for the Consolidation alerts. Seems better to print the opeartor name and beaconcha.in links where possible and group alerts of the same type.
Also would be nice if you could check why two CI tasks have not passed. |
Co-authored-by: AlexanderLukin <[email protected]>
Co-authored-by: AlexanderLukin <[email protected]>
Co-authored-by: AlexanderLukin <[email protected]>
Co-authored-by: AlexanderLukin <[email protected]>
Co-authored-by: AlexanderLukin <[email protected]>
Co-authored-by: AlexanderLukin <[email protected]>
Co-authored-by: AlexanderLukin <[email protected]>
Co-authored-by: AlexanderLukin <[email protected]>
feat(val-1404): naming, docs, etc after review
…to prevent Docker warnings; fix LegacyKeyValueFormat for ENV
…ValueFormat for ENV
No description provided.